func github.com/aws/aws-sdk-go-v2/internal/endpoints/v2.getByPriority

3 uses

	github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 (current package)
		endpoints.go#L252: 		SigningMethod: getByPriority(e.SignatureVersions, signerPriority, defaultSigner),
		endpoints.go#L285: 	return getByPriority(protocols, protocolPriority, defaultProtocol)
		endpoints.go#L288: func getByPriority(s []string, p []string, def string) string {